home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / CLP2DLFI / WYNFORM.DFM / WYNFORM.txt
Text File  |  1995-11-10  |  1KB  |  69 lines

  1. object ynform: Tynform
  2.   Left = 187
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 105
  6.   ClientWidth = 422
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 4
  17.     Top = 16
  18.     Width = 413
  19.     Height = 41
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'Label1'
  23.     Font.Color = clBlue
  24.     Font.Height = -13
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object byes: TBitBtn
  30.     Left = 45
  31.     Top = 68
  32.     Width = 89
  33.     Height = 29
  34.     Caption = '&Yes'
  35.     ModalResult = 6
  36.     TabOrder = 0
  37.     NumGlyphs = 2
  38.   end
  39.   object bno: TBitBtn
  40.     Left = 167
  41.     Top = 68
  42.     Width = 89
  43.     Height = 29
  44.     Caption = '&No'
  45.     ModalResult = 7
  46.     TabOrder = 1
  47.     NumGlyphs = 2
  48.   end
  49.   object bok: TBitBtn
  50.     Left = 166
  51.     Top = 68
  52.     Width = 89
  53.     Height = 29
  54.     Caption = '&Ok'
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.   end
  58.   object bcancel: TBitBtn
  59.     Left = 288
  60.     Top = 68
  61.     Width = 89
  62.     Height = 29
  63.     Caption = '&Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 3
  66.     Visible = False
  67.   end
  68. end
  69.